﻿/* .bannerswiper .swiper-button-prev {
    background: url(../images/index/prev3.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    left: 10px;
}

.bannerswiper .swiper-button-next {
    background: url(../images/index/next3.png);
    width: 45px;
    height: 45px;
    background-size: cover;
    right: 10px;
} */

.bannerswiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fafafa;
    opacity: 1;
}

.bannerswiper .swiper-pagination-bullet-active {
    background-color: #0b81de;
    color: #fff;
}

.sec1 {
    padding: 10px 0 30px;
}

.sec1 .ul {
    margin: 40px 0 20px;
}

.sec1 .ul li {
    width: 14.28%;
    float: left;
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
}

.sec1 .ul li a {
    display: block;
    background: #faf9f8;
    padding: 26px 0;
    box-shadow: none;
    position: relative;
    transition: 0.3s;
}

.sec1 .ul li a p {
    font-size: 16px;
    line-height: 40px;
    color: #606060;
}

.sec1 .ul li a span {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/index/icon01.png) no-repeat center;
    background-size: cover;
    margin: 0 auto 10px;
}

.sec1 .ul li a:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/index/active1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 100;
    transition: 0.3s;
    display: none;
}

.sec1 .ul li:hover a, .sec1 .ul li.on a {
    background: #fff url(../images/index/border1.png) no-repeat left top;
    background-size: 100% 100%;
    transform: scale(1.05);
    box-shadow: 0px 0px 12px rgba(37, 137, 246, 0.22);
    z-index: 100;
}

.sec1 .ul li:hover a:before, .sec1 .ul li.on a:before {
    display: block;
}

.sec1 .ul li:nth-child(2) a span {
    background-image: url(../images/index/icon02.png);
}

.sec1 .ul li:nth-child(3) a span {
    background-image: url(../images/index/icon03.png);
}

.sec1 .ul li:nth-child(4) a span {
    background-image: url(../images/index/icon04.png);
}

.sec1 .ul li:nth-child(5) a span {
    background-image: url(../images/index/icon05.png);
}

.sec1 .ul li:nth-child(6) a span {
    background-image: url(../images/index/icon06.png);
}

.sec1 .ul li:nth-child(7) a span {
    background-image: url(../images/index/icon07.png);
}

.sec1 .ul li:nth-child(8) a span {
    background-image: url(../images/index/icon08.png);
}

.sec1 .ul li:nth-child(9) a span {
    background-image: url(../images/index/icon09.png);
}

.sec1 .ul li:nth-child(10) a span {
    background-image: url(../images/index/icon010.png);
}

.sec1 .ul li:nth-child(11) a span {
    background-image: url(../images/index/icon011.png);
}

.sec1 .ul li:nth-child(12) a span {
    background-image: url(../images/index/icon012.png);
}

.sec1 .ul li:nth-child(13) a span {
    background-image: url(../images/index/icon013.png);
}

.sec1 .ul li:nth-child(14) a span {
    background-image: url(../images/index/icon014.png);
}

.sec1 .swiper {
    padding: 30px 8px 70px;
}

.sec1 .swiper-slide a {
    display: block;
    padding: 30px 10px 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}

.sec1 .swiper-slide a h3 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
    text-align: center;
}

.sec1 .swiper-pagination {
    font-size: 15px;
    color: #aaa;
}

.sec1 .swiper-pagination-current {
    color: #0b81de;
    font-size: 18px;
}

.sec1 .swiper-button-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    right: 42%;
    top: inherit;
    margin-top: inherit;
    bottom: 0;
    z-index: 199;
    background: #f4f4f4;
}

.sec1 .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    left: 42%;
    top: inherit;
    margin-top: inherit;
    bottom: 0;
    z-index: 199;
    background: #f4f4f4;
}

.sec1 .swiper-button-next:after, .sec1 .swiper-button-prev:after {
    color: #aaa;
    font-size: 20px;
}

/*****解决方案*****/
.sec2 {
    overflow: hidden;
    padding: 30px 0 40px;
    background: #f4f5fa;
    background-size: cover;
}

.sec2 .seCon {
    position: relative;
}

.sec2 .ul {
    position: absolute;
    left: 12%;
    width: 50%;
    top: 15%;
    z-index: 100;
}

.sec2 .ul li {
    width: 25%;
    float: left;
}

.sec2 .ul li a {
    display: block;
    padding: 30px 10px 30px 30px;
    background: #fff;
    position: relative;
    border-right: 1px solid #f2f2f2;
}

.sec2 .ul li:last-child a {
    border-right: none;
}

.sec2 .ul a strong {
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #999;
    position: absolute;
    right: 25px;
    top: 10px;
}

.sec2 .ul li span {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    background: url(../images/index/icon13.png) no-repeat top center;
    background-size: 38px;
}

.sec2 .ul li:nth-child(2) span {
    background-image: url(../images/index/icon14.png);
}

.sec2 .ul li:nth-child(3) span {
    background-image: url(../images/index/icon15.png);
}

.sec2 .ul li:nth-child(4) span {
    background-image: url(../images/index/icon16.png);
}

.sec2 .ul li a h3 {
    font-size: 18px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.sec2 .ul li:hover a, .sec2 .ul li.on a {
    background: url(../images/index/bg6.jpg) no-repeat center;
    background-size: cover;

}

.sec2 .ul li:hover a h3, .sec2 .ul li.on a h3 {
    color: #fff;
}

.sec2 .ul li:hover a strong, .sec2 .ul li.on a strong {
    color: #fff;
}

.sec2 .ul li:hover a span, .sec2 .ul li.on a span {
    background-position: bottom center;
}

.sec2 .swiper {
    padding: 30px 0 0;
}

.sec2 .text {
    width: 50%;
    padding: 14% 5% 0 12%;
    box-sizing: border-box;
}

.sec2 .text h3 {
    font-size: 20px;
}

.sec2 .text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0 32px;
}

.sec2 .text span {
    display: block;
    color: #0b81de;
    text-align: right;
    background: url(../images/index/jt2.png) no-repeat right center;
    background-size: 24px;
    padding-right: 34px;
}

.sec2 .pho {
    width: 50%;
}

/* 关于我们 */

.sec4 {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}

.sec4 .text {
    width: 50%;
    padding: 8% 0 0 12%;
    box-sizing: border-box;
}

.sec4 .text h3 {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    color: #666;
}

.sec4 .text h3:before {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 3px;
    background: #0b81de;
    border-radius: 2px;
}

.sec4 .text h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 10px 0 20px;
}

.sec4 .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.sec4 .text a {
    display: inline-block;
    padding: 0 40px 0 30px;
    margin-top: 40px;
    line-height: 36px;
    border-radius: 20px;
    color: #898989;
    background: url(../images/index/jt.png) #fafafa no-repeat right 20px center;
    background-size: 15px;
}

.sec4 .pho {
    width: 45%;
    padding-left: 100px;
    box-sizing: border-box;
    position: relative;
}

.sec4 .pho::before {
    position: absolute;
    content: "";
    display: block;
    top: -80px;
    z-index: -1;
    right: 10%;
    background: #fafafa;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    animation: spin 8s infinite linear;
    transform-origin: 52% 51%;
}

.sec4 .pho::after {
    position: absolute;
    content: "";
    display: block;
    top: -70px;
    z-index: -1;
    right: -10%;
    background: #0b81de;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    animation: spin 8s infinite linear;
    transform-origin: 52% 51%;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(1turn);
    }
}

.sec4 ul {
    background: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 12%;
}

.sec4 ul li {
    width: 25%;
    float: left;
    border-right: 1px solid #f1f1f1;
    padding: 40px 0 40px 30px;
    box-sizing: border-box;
}

.sec4 ul li a {
    display: table;
    border-collapse: collapse;
}

.sec4 ul li strong {
    display: table-cell;
    border-collapse: collapse;
    font-size: 44px;
    color: #0b81de;
    vertical-align: middle;
}

.sec4 ul li .tex {
    display: table-cell;
    border-collapse: collapse;
    vertical-align: middle;
    padding-left: 15px;
}

.sec4 ul li h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.sec4 ul li span img {
    width: 28px;
}

/* 视频中心 */

.sec5 {
    padding: 40px 0;
}

.sec5 .title {
    margin-top: 0;
}

.sec5 .swiper-slide {
    transform: scale(0.9);
}

.sec5 .swiper-slide-active, .sec5 .swiper-slide-duplicate-active {
    transform: scale(1);
}

.sec5 .container {
    padding: 0 40px;
    position: relative;
}

.sec5 .swiper {
    padding: 20px 0 40px;
}

.sec5 .swiper-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.sec5 .swiper-slide h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 10px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sec5 .swiper-pagination {
    bottom: 0px;
    width: 100%;
}

.sec5 .swiper-pagination-bullet {
    width: 34px;
    height: 6px;
    border-radius: 4px;
    background: #eee;
    opacity: 1;
    margin: 0 5px;
}

.sec5 .swiper-pagination-bullet-active {
    background: #0b81de;
}

.sec5 .swiper-button-prev {
    left: 0px;
    width: 40px;
    height: 60px;
    background: #f3f3f3;
}

.sec5 .swiper-button-next {
    right: 0;
    width: 40px;
    height: 60px;
    background: #f3f3f3;
}

.sec5 .swiper-button-prev:after, .sec5 .swiper-button-next:after {
    color: #999;
    font-size: 28px;
}

/* 新闻资讯 */
.sec6 {
    background: url(../images/index/bg5.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}

.sec6 .list {
    text-align: center;
    padding: 20px 0 40px;
}

.sec6 .list li {
    display: inline-block;
    margin: 0 10px;
}

.sec6 .list li a {
    display: block;
    padding: 0 32px;
    line-height: 40px;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.sec6 .list li.on a {
    background: #0b81de;
    border-color: #0b81de;
    color: #fff;
}

.sec6 .fl {
    width: 54%;
}

.sec6 .fl li {
    width: 50%;
    padding-right: 32px;
    box-sizing: border-box;
    float: left;
}

.sec6 .fl li:nth-child(2) {
    margin-right: 0;
}

.sec6 .fl li a {
    display: block;
    background: #fff;
}

.sec6 .fl li .text {
    padding: 20px 20px;
    border-top: 1px solid #efefef;
}

.sec6 .fl li .text h3 {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec6 .fl li .text p {
    font-size: 15px;
    line-height: 26px;
    margin: 15px 0 28px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec6 .fl li .text span {
    display: block;
    color: #aaa;
    background: url(../images/index/jt3.png) no-repeat right center;
    background-size: 24px;
}

.sec6 .fl li:hover .text h3 {
    color: #0b81de;
}

.sec6 .fl li:hover .text span {
    color: #0b81de;
    background-image: url(../images/index/jt2.png);
}

.sec6 .fr {
    width: 46%;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.sec6 .fr a {
    display: block;
    padding: 15px 0;
}

.sec6 .fr dl {
    display: table;
    border-collapse: collapse;
    margin: 12px 0;
    table-layout: fixed;
    width: 100%;
}

.sec6 .fr dl:last-child {
    border-bottom: none;
}

.sec6 .fr dl dt {
    width: 130px;
    text-align: center;
    color: #d4d4d4;
    display: table-cell;
    vertical-align: middle;
    background: #fafafa;
    border-radius: 6px;
}

.sec6 .fr dl dt strong {
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    color: #0b81de;
}

.sec6 .fr dl dt span {
    display: block;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    color: #999;
}

.sec6 .fr dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}

.sec6 .fr dl dd h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.sec6 .fr dl dd h3 b {
    display: block;
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.sec6 .fr dl dd p {
    font-size: 15px;
    line-height: 27px;
    margin-top: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec6 .fr dl:hover dd h3 {
    color: #0b81de;
}

@media all and (min-width: 1024px) and (max-width:1800px) {

    .sec4 .pho {
        width: 47%;
    }

    .sec6 .fl li {
        padding-right: 30px;
    }
}

@media all and (min-width: 1024px) and (max-width:1680px) {
    .sec1 .ul li a {
        padding: 25px 0 20px;
    }

    .sec1 .swiper {
        padding: 20px 5px 60px;
    }

    .sec1 .swiper-slide a h3 {
        font-size: 17px;
        margin-top: 20px;
    }

    .sec1 .ul li a span {
        margin-bottom: 5px;
        width: 36px;
        height: 36px;
    }

    .sec4 .text h2 {
        font-size: 34px;
    }

    .sec4 .pho::before {
        width: 660px;
        height: 660px;
    }

    .sec4 .pho::after {
        width: 800px;
        height: 800px;
    }

    .sec6 .fl li .text p {
        margin: 10px 0 13px;
    }

    .sec6 .fl li a .pho {
        padding: 10px 0;
    }

    .sec6 .fr dl dd p {
        margin-top: 6px;
    }

    .sec6 .fr dl dt strong {
        font-size: 40px;
    }

    .sec6 .fr dl dt span {
        font-size: 17px;
    }
}

@media all and (min-width: 1024px) and (max-width:1600px) {
    .sec1 .ul {
        margin-top: 30px;
    }

    .sec1 .ul li a span {
        width: 34px;
        height: 34px;
    }

    .sec1 .ul li a {
        padding: 20px 0 10px;
    }

    .sec1 .ul li a p {
        font-size: 15px;
    }

    .sec1 .swiper-slide a h3 {
        font-size: 16px;
    }

    .sec1 .swiper-slide a {
        padding: 15px 10px;
    }

    .sec .more a {
        width: 128px;
        font-size: 14px;
        line-height: 36px;
    }

    .sec2 {
        padding-top: 10px;
    }

    .sec2 .ul {
        left: 10.8%;
    }

    .sec2 .ul li a {
        padding: 25px 8px 20px 20px;
    }

    .sec2 .ul li span {
        width: 34px;
        height: 34px;
        background-size: 34px;
    }

    .sec2 .ul li a h3 {
        margin-top: 12px;
        font-size: 17px;
    }

    .sec2 .text {
        padding: 13% 5% 0 11%;
    }

    .sec2 .text h3 {
        font-size: 18px;
    }

    .sec2 .text p {
        font-size: 15px;
        line-height: 27px;
    }

    .sec4 .text {
        padding-left: 11%;
    }


    .sec4 .text h2 {
        margin-bottom: 12px;
        font-size: 32px;
    }

    .sec4 .text p {
        line-height: 28px;
        font-size: 15px;
    }

    .sec4 .pho:before {
        right: 7%;
        width: 620px;
        height: 620px;
    }

    .sec4 .pho:after {
        right: -15%;
        top: -80px;
        width: 750px;
        height: 750px;
    }

    .sec4 ul li {
        padding: 30px 0 30px 25px;

    }

    .sec4 ul li strong {
        font-size: 42px;
    }

    .sec4 ul li h3 {
        font-size: 18px;
    }

    .sec5 .swiper-button-prev, .sec5 .swiper-button-next {
        width: 36px;
        height: 52px;
    }

    .sec5 .swiper-button-prev:after, .sec5 .swiper-button-next:after {
        font-size: 26px;
    }

    .sec5 .swiper-slide h4 {
        font-size: 17px;
    }

    .sec5 {
        padding: 30px 0;
    }

    .sec6 {
        padding: 10px 0 30px;
    }

    .sec6 .fr a {
        padding: 12px 0;
    }

    .sec6 .list li a {
        line-height: 36px;
        font-size: 15px;
    }

    .sec6 .fr dl dt strong {
        font-size: 35px;
    }

}

@media all and (min-width: 1024px) and (max-width: 1440px) {
    .sec2 .ul {
        left: 8%;
        top: 12%;
    }

    .sec2 .text {
        padding-left: 8%;
    }

    .sec4 .text {
        padding-left: 8%;
    }

    .sec4 .pho {
        width: 50%;
    }

    .sec4 ul {
        left: 8%;
        right: 8%;
    }


    .sec6 .fr dl dt span {
        font-size: 15px;
    }

    .sec6 .fr dl dd h3 {
        font-size: 17px;
    }

    .sec6 .fr dl dd p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 4px;
    }

    .sec6 .fl li .text {
        padding: 15px 20px;
    }

    .sec6 .fl li .text h3 {
        font-size: 16px;
    }

    .sec6 .fl li .text p {
        margin: 6px 0 12px;
        font-size: 14px;
    }

    .sec6 .fl li .text span {
        font-size: 14px;
        background-size: 25px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {

    .bannerswiper .swiper-button-prev, .bannerswiper .swiper-button-next {
        width: 38px;
        height: 38px;
    }

    .sec4 .text h2 {
        font-size: 30px;
    }

    .sec4 .text p {
        -webkit-line-clamp: 4
    }

    .sec4 .pho:before {
        width: 580px;
        height: 580px;
    }

    .sec4 .pho:after {
        width: 700px;
        height: 700px;
    }

}

@media all and (min-width: 1024px) and (max-width: 1366px) {


    .sec4 .pho:before {
        right: 5%;
    }

    .sec4 .pho:after {
        right: -14%;
    }


    .sec .more a {
        width: 120px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1300px) {


    .sec4 .pho::before {
        right: 0%;
    }

    .sec4 .pho:after {
        width: 660px;
        height: 660px;
    }

    .sec4 ul {
        bottom: 8%;
    }

    .sec4 ul li strong {
        font-size: 36px;
    }

    .sec6 .fl {
        width: 60%;
    }

    .sec6 .fr {
        width: 40%;
    }

    .sec6 .fr dl dt {
        width: 90px;
    }

    .sec6 .fr dl dt strong {
        font-size: 30px;
    }
}


@media all and (min-width: 1024px) and (max-width: 1200px) {

    .sec4 .pho::before {
        right: -6%;
    }

    .sec4 .pho:after {
        width: 620px;
        height: 620px;
    }

    .sec4 ul {
        bottom: 3%;
    }

    .sec4 ul li h3 {
        font-size: 16px;
    }

    .sec4 ul li span img {
        width: 25px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .bannerswiper .swiper-button-prev {
        width: 36px;
        height: 36px;
        left: 15px;
    }

    .bannerswiper .swiper-button-next {
        width: 36px;
        height: 36px;
        right: 15px;
    }

    .bannerswiper .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }

    .sec1 .ul {
        margin: 20px 12px 10px;
    }

    .sec1 .ul li {
        width: 50%;
    }

    .sec1 .ul li a {
        padding: 16px 0;
    }

    .sec1 .ul li a p {
        font-size: 15px;
        line-height: 1;
    }

    .sec1 .ul li a span {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
    }

    .sec1 .ul li a:before {
        width: 24px;
        height: 24px;
        right: -12px;
        top: -12px;
    }

    .sec1 .swiper {
        padding: 20px 0px 50px;
        margin: 0 15px;
    }

    .sec1 .swiper-slide a h3 {
        font-size: 16px;
        margin-top: 10px;
    }

    .sec1 .swiper-slide a {
        padding: 20px 10px;
    }

    .sec1 .swiper-button-prev {
        left: 30%;
        width: 36px;
        height: 36px;
    }

    .sec1 .swiper-button-next {
        right: 030%;
        width: 36px;
        height: 36px;
    }

    .sec1 .swiper-button-next:after, .sec1 .swiper-button-prev:after {
        font-size: 18px;
    }

    .sec1 .swiper-pagination {
        bottom: 5px;
    }

    /*****解决方案*****/
    .sec2 {
        padding: 10px 0 30px;
    }

    .sec2 .ul {
        position: inherit;
        left: inherit;
        width: inherit;
        top: inherit;
    }

    .sec2 .ul li {
        width: 25%;
        float: left;
    }

    .sec2 .ul li a {
        padding: 15px 0px;
    }

    .sec2 .ul a strong {
        display: none;
    }

    .sec2 .ul li span {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        background-size: 30px;
    }

    .sec2 .ul li a h3 {
        font-size: 15px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        margin-top: 10px;
    }


    .sec2 .swiper {
        padding: 0px 0 0;
        margin: 0 20px;
    }

    .sec2 .text {
        width: 100%;
        padding: 20px 0;
    }

    .sec2 .text h3 {
        font-size: 16px;
    }

    .sec2 .text p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0 18px;
    }

    .sec2 .text span {
        background-size: 22px;
        padding-right: 30px;
    }

    .sec2 .pho {
        width: 100%;
    }

    /* 关于我们 */

    .sec4 {
        padding-bottom: 30px;
    }

    .sec4 .text {
        width: 100%;
        padding: 20px 10px 0;
    }

    .sec4 .text h3 {
        font-size: 26px;
        color: #333;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec4 .text h3:before {
        display: none;
    }

    .sec4 .text h2 {
        display: none;
        text-align: center;
    }

    .sec4 .text p {
        font-size: 15px;
        line-height: 27px;
    }

    .sec4 .text a {
        display: block;
        width: 100px;
        text-align: center;
        padding: 0;
        margin: 20px auto;
        line-height: 32px;
        color: #fff;
        background: #0b81de;
    }

    .sec4 .pho {
        display: none;
    }

    .sec4 ul {
        background: #fafafa;
        border-radius: 6px;
        overflow: hidden;
        position: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    .sec4 ul li {
        width: 50%;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        padding: 20px 10px;
    }

    .sec4 ul li a {
        display: block;
        text-align: center;
    }

    .sec4 ul li strong {
        display: block;
        font-size: 30px;
    }

    .sec4 ul li .tex {
        display: block;
        padding-left: 0px;
    }

    .sec4 ul li h3 {
        font-size: 15px;
    }

    .sec4 ul li span img {
        width: 26px;
    }

    .sec5 {
        padding: 20px 0;
    }

    .sec5 .swiper-slide {
        transform: scale(1);
    }

    .sec5 .container {
        padding: 0 50px;
    }

    .sec5 .swiper {
        padding: 10px 0 30px;
    }

    .sec5 .swiper-pagination {
        display: none;
    }

    .sec5 .swiper-button-prev {
        width: 32px;
        height: 50px;
        left: 10px;
    }

    .sec5 .swiper-button-next {
        width: 32px;
        height: 50px;
        right: 10px;
    }

    .sec5 .swiper-button-prev:after, .sec5 .swiper-button-next:after {
        font-size: 24px;
    }

    .sec5 .swiper-slide h4 {
        padding: 10px;
        font-size: 15px;
        font-weight: 500
    }

    .sec6 {
        padding: 10px 12px;
    }

    .sec6 .list {
        padding: 10px 0;
        overflow: hidden;
    }

    .sec6 .list li {
        display: block;
        float: left;
        width: 33.33%;
        margin: 0px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .sec6 .list li a {
        padding: 0;
        line-height: 32px;
        font-size: 15px;
    }

    .sec6 .fl {
        width: 100%;
    }

    .sec6 .fl li {
        padding: 12px 8px;
    }

    .sec6 .fl li .text {
        padding: 10px 10px;
    }

    .sec6 .fl li .text h3 {
        font-size: 15px;
    }

    .sec6 .fl li .text p {
        font-size: 14px;
        line-height: 22px;
        margin: 7px 0 12px;
    }

    .sec6 .fl li .text span {
        padding-right: 30px;
        font-size: 12px;
        background-size: 23px;
    }

    .sec6 .fr {
        width: 100%;
        padding: 0;
        background: none;
    }

    .sec6 .fr dl {
        background: #fff;
        padding: 0;
        margin: 0 0 15px;
    }

    .sec6 .fr dl a {
        padding: 10px 0;
    }

    .sec6 .fr dl dt {
        width: 90px;
    }

    .sec6 .fr dl dt strong {
        font-size: 35px;
        color: #0b81de;
    }

    .sec6 .fr dl dt span {
        font-size: 15px;
        line-height: 20px;
        margin-top: 4px;
    }

    .sec6 .fr dl dd {
        padding-left: 10px;
    }

    .sec6 .fr dl dd h3 {
        font-size: 15px;
        line-height: 25px;
    }

    .sec6 .fr dl dd p {
        font-size: 14px;
        line-height: 24px;
        width: 99%;
        margin-top: 4px;
    }
}